home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Software Updaters / A-C Updaters / Adobe / PageMaker ƒ / QMS Ver 4.0 PPDs ƒ / QMS ColorScript 210 < prev    next >
PostScript Printer Description  |  1993-05-18  |  11KB  |  343 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS ColorScript 210" version 2011.22
  4. *% Date: 9/16/92
  5. *% Modified:  05/18/93
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10.  
  11. *Product: "(QMS ColorScript 210)"
  12. *PSVersion: "(2011.22) 10"
  13. *NickName: "QMS ColorScript 210"
  14.  
  15. *% General Information and Defaults ===============
  16. *FreeVM: "439330"
  17. *ColorDevice: True
  18. *VariablePaperSize: False
  19. *FileSystem: True
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *Throughput: "1"
  22. *Password: "0"
  23. *ExitServer: "
  24.   count 0 eq {  % is the password on the stack?
  25.     true 
  26.   }{
  27.     dup    % potential password
  28.     statusdict begin checkpassword end not 
  29.   } ifelse 
  30.   {  %  if no password or not valid 
  31.     (WARNING : Cannot perform the exitserver command.) = 
  32.     (Password supplied is not valid.) = 
  33.     (Please contact the author of this software.) = flush
  34.     quit 
  35.   } if 
  36.   serverdict begin exitserver
  37. "
  38. *End
  39. *Reset: "(WARNING : Cannot reset printer.) = "
  40.     
  41. *DefaultResolution: 300dpi
  42. *?Resolution: "
  43. save
  44.   initgraphics
  45.   0 0 moveto currentpoint matrix defaultmatrix transform
  46.   0 72 lineto currentpoint matrix defaultmatrix transform
  47.   3 -1 roll sub dup mul
  48.   3 1 roll exch sub dup mul
  49.   add sqrt round cvi
  50.   (          ) cvs print (dpi) = flush
  51. restore
  52. "
  53. *End
  54.  
  55. *% Halftone Information ===============
  56.  
  57. *ScreenFreq: "53.0"
  58. *ScreenAngle: "45.0"
  59.  
  60. *DefaultScreenProc: Dot
  61. *ScreenProc Dot:"
  62. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  63. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  64. *End
  65. *ScreenProc Line: "{ pop }"
  66. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  67.  
  68. *DefaultTransfer: Null
  69. *Transfer Null: "{ }"
  70. *Transfer Null.Inverse: "{ 1 exch sub }"
  71.  
  72. *% Paper Handling =========================
  73. *% Use these entries to set paper size most of the time, unless there is
  74. *% specific reason to use PageRegion or PaperTray.
  75. *OpenGroup:  PaperHandling
  76. *OpenUI *PageSize: PickOne
  77. *OrderDependency: 15 AnySetup *PageSize
  78. *DefaultPageSize: Letter
  79. *PageSize Letter: "statusdict begin lettertray end"
  80. *PageSize Legal: "statusdict begin legaltray end"
  81. *PageSize SpecialLetter: "statusdict begin splettertray end"
  82. *PageSize A4: "statusdict begin a4tray end"
  83. *PageSize SpecialA4: "statusdict begin spa4tray end"
  84. *?PageSize: "
  85.  save statusdict begin
  86.   5 dict begin
  87.    /letter (Letter) def
  88.    /legal (Legal) def
  89.    /spletter (SpecialLetter) def
  90.    /a4 (A4) def
  91.    /spa4 (SpecialA4) def
  92.    papersize {
  93.      {load exec} stopped not{= flush}if
  94.    }{
  95.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  96.    }ifelse
  97.   end
  98.  end restore
  99. "
  100. *End
  101. *CloseUI: *PageSize
  102.  
  103. *% These entries will set up the frame buffer. Usually used with manual feed.
  104. *DefaultPageRegion: Letter
  105. *PageRegion Letter: "letter"
  106. *PageRegion Legal: "legal"
  107. *PageRegion SpecialLetter: "spletter"
  108. *PageRegion A4: "a4"
  109. *PageRegion SpecialA4: "spa4"
  110.  
  111. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  112. *% These errors should be trapped by software and a message displayed
  113. *OpenUI *PaperTray: PickOne
  114. *OrderDependency: 20 AnySetup *PaperTray
  115. *DefaultPaperTray: Letter
  116. *PaperTray Letter: "statusdict begin lettertray end"
  117. *PaperTray Legal: "statusdict begin legaltray end"
  118. *PaperTray SpecialLetter: "statusdict begin splettertray end"
  119. *PaperTray A4: "statusdict begin a4tray end"
  120. *PaperTray SpecialA4: "statusdict begin spa4tray end"
  121. *?PaperTray: "
  122.  save statusdict begin
  123.   5 dict begin
  124.    /letter (Letter) def
  125.    /legal (Legal) def
  126.    /spletter (SpecialLetter) def
  127.    /a4 (A4) def
  128.    /spa4 (SpecialA4) def
  129.    papersize {
  130.      {load exec} stopped not{= flush}if
  131.    }{
  132.      {load exec} stopped not{print (.Transverse) = flush}if
  133.    }ifelse
  134.   end
  135.  end restore"
  136. *End
  137. *CloseUI: *PaperTray
  138. *CloseGroup: PaperHandling
  139.  
  140. *% The following entries provide information about specific paper keywords.
  141. *DefaultImageableArea: Letter
  142. *ImageableArea Letter: "14 94 585 742"
  143. *ImageableArea Legal: "14 94 585 958"
  144. *ImageableArea SpecialLetter: "14 10 585 783"
  145. *ImageableArea A4: "13 94 568 791"
  146. *ImageableArea SpecialA4: "13 95 568 958"
  147. *?ImageableArea: "
  148.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  149.   newpath clippath pathbbox
  150.   4 -2 roll exch 2 {ceiling cvp} repeat
  151.   exch 2 {floor cvp} repeat flush
  152.  restore
  153. "
  154. *End
  155.  
  156. *% These provide the physical dimensions of the paper (by keyword)
  157. *DefaultPaperDimension: Letter
  158. *PaperDimension Letter: "612 792"
  159. *PaperDimension Legal: "612 1008"
  160. *PaperDimension SpecialLetter: "612 792"
  161. *PaperDimension A4: "596 842"
  162. *PaperDimension SpecialA4: "596 1008"
  163.  
  164. *DefaultOutputBin: Upper
  165. *DefaultInputSlot: None
  166.  
  167. *DefaultManualFeed: False
  168. *ManualFeed True: "statusdict begin /manualfeed true store end"
  169. *ManualFeed False: "statusdict begin /manualfeed false store end"
  170. *?ManualFeed: "
  171.   statusdict /manualfeed get
  172.   {(True)}{(False)}ifelse = flush"
  173. *End
  174.  
  175. *DefaultOutputOrder: Reverse
  176. *DefaultCollator: None
  177. *DefaultSorter: None
  178. *DefaultDuplex: None
  179.  
  180. *% Font Information =====================
  181.  
  182. *DefaultFont: Courier
  183. *Font AvantGarde-Book: Standard "(001.006)"
  184. *Font AvantGarde-BookOblique: Standard "(001.006)"
  185. *Font AvantGarde-Demi: Standard "(001.007)"
  186. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  187. *Font Bookman-Demi: Standard "(001.003)"
  188. *Font Bookman-DemiItalic: Standard "(001.003)"
  189. *Font Bookman-Light: Standard "(001.003)"
  190. *Font Bookman-LightItalic: Standard "(001.003)"
  191. *Font Courier: Standard "(002.004)"
  192. *Font Courier-Bold: Standard "(002.004)"
  193. *Font Courier-BoldOblique: Standard "(002.004)"
  194. *Font Courier-Oblique: Standard "(002.004)"
  195. *Font Helvetica: Standard "(001.006)"
  196. *Font Helvetica-Bold: Standard "(001.007)"
  197. *Font Helvetica-BoldOblique: Standard "(001.007)"
  198. *Font Helvetica-Condensed: Standard "(001.001)"
  199. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  200. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  201. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  202. *Font Helvetica-Narrow: Standard "(001.006)"
  203. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  204. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  205. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  206. *Font Helvetica-Oblique: Standard "(001.006)"
  207. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  208. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  209. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  210. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  211. *Font Palatino-Bold: Standard "(001.005)"
  212. *Font Palatino-BoldItalic: Standard "(001.005)"
  213. *Font Palatino-Italic: Standard "(001.005)"
  214. *Font Palatino-Roman: Standard "(001.005)"
  215. *Font Symbol: Special "(001.007)"
  216. *Font Times-Bold: Standard "(001.007)"
  217. *Font Times-BoldItalic: Standard "(001.009)"
  218. *Font Times-Italic: Standard "(001.007)"
  219. *Font Times-Roman: Standard "(001.007)"
  220. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  221. *Font ZapfDingbats: Special "(001.004)"
  222. *Font Aachen-Bold: Standard "(001.001)"
  223. *Font BrushScript: Standard "(001.001)"
  224. *Font Cooper-Black: Standard "(001.001)"
  225. *Font CooperBlack-Italic: Standard "(001.001)"
  226. *Font FreestyleScript: Standard "(001.001)"
  227. *Font Garamond-Bold: Standard "(001.001)"
  228. *Font Garamond-BoldItalic: Standard "(001.001)"
  229. *Font Garamond-Light: Standard "(001.001)"
  230. *Font Garamond-LightItalic: Standard "(001.001)"
  231. *Font Helvetica-Black: Standard "(001.001)"
  232. *Font Helvetica-BlackOblique: Standard "(001.001)"
  233. *Font Helvetica-Light: Standard "(001.001)"
  234. *Font Helvetica-LightOblique: Standard "(001.001)"
  235. *Font Hobo: Standard "(001.001)"
  236. *Font LetterGothic: Standard "(001.001)"
  237. *Font LetterGothic-Bold: Standard "(001.001)"
  238. *Font LetterGothic-BoldSlanted: Standard "(001.001)"
  239. *Font LetterGothic-Slanted: Standard "(001.001)"
  240. *Font Optima: Standard "(001.001)"
  241. *Font Optima-Bold: Standard "(001.001)"
  242. *Font Optima-BoldOblique: Standard "(001.001)"
  243. *Font Optima-Oblique: Standard "(001.001)"
  244. *Font ParkAvenue: Standard "(001.001)"
  245. *Font Revue: Standard "(001.001)"
  246. *Font Stencil: Standard "(001.001)"
  247. *Font UniversityRoman: Standard "(001.001)"
  248. *?FontQuery: "
  249. save  4 dict begin /sv exch def
  250. /str (fonts/                              ) def
  251. /st2 128 string def
  252. {
  253.   count 0 gt {
  254.     dup st2 cvs (/) print print (:) print
  255.     dup FontDirectory exch known {pop (Yes)}{
  256.      str exch st2 cvs dup length /len exch def
  257.      6 exch putinterval str 0 len 6 add getinterval mark exch
  258.      { } st2 filenameforall counttomark 0 gt {
  259.       cleartomark (Yes)}{cleartomark (No)}ifelse
  260.     }ifelse = flush
  261.   }{ exit } ifelse
  262. } bind loop
  263. (*) = flush
  264. sv end restore
  265. "
  266. *End
  267.  
  268. *?FontList: "
  269. save  2 dict begin /sv exch def
  270. /str 128 string def
  271. FontDirectory { pop == } bind forall flush
  272. /filenameforall where { 
  273.  pop save (fonts/*) { 
  274.   dup length 6 sub 6 exch getinterval cvn == 
  275.  } bind str filenameforall flush restore
  276. } if 
  277. (*) = flush
  278. sv end restore
  279. "
  280. *End
  281.  
  282. *% Printer Messages (verbatim from printer):
  283. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  284. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  285. *Message: "\FontName\ not found, using Courier"
  286.  
  287. *% Status (format: %%[ status: <one of these> ]%% )
  288. *Status: "idle"
  289. *Status: "busy"
  290. *Status: "waiting"
  291. *Status: "printing"
  292. *Status: "warming up"
  293.  
  294. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  295. *Source: "serial25"
  296. *Source: "AppleTalk"
  297. *Source: "Centronics"
  298. *Source: "other"
  299.  
  300. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  301.  
  302. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  303.  
  304. *% Color Separation Information =====================
  305.  
  306. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  307.  
  308. *InkName: ProcessBlack/Process Black
  309. *InkName: CustomColor/Custom Color
  310. *InkName: ProcessCyan/Process Cyan
  311. *InkName: ProcessMagenta/Process Magenta
  312. *InkName: ProcessYellow/Process Yellow
  313.  
  314. *%  For 60 lpi / 300 dpi  ===============================
  315.  
  316. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  317. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  318. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  319. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  320. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  321.  
  322. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  325. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  326. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327.  
  328. *%  For 53 lpi / 300 dpi  ===============================
  329.  
  330. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  331. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  332. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  333. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  334. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  335.  
  336. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  337. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  338. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  339. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  340. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  341.  
  342. *% end of PPD file for QMS ColorScript 210
  343.